home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / wgt35.zip / FILESEL.H < prev    next >
C/C++ Source or Header  |  1993-01-28  |  224b  |  14 lines

  1. /* Include file for the built in File Selector V3.5
  2. Copyright 1993 WordUp Software Productions
  3. */
  4.  
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8.  
  9. extern char *wfileselector(char *,char *);
  10.  
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14.